gtkswitch.c: Fix Build on C89 Compilers
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Mar 2015 04:14:24 +0000 (12:14 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Mar 2015 04:14:24 +0000 (12:14 +0800)
commite31a936e3e9b26cee35f51b6bd822803539c59db
tree36f505c7faae7a82a05097de80529d49be0f43e2
parent32c0c6fee0ddc7333991db1ae772ebd33fe7a12c
gtkswitch.c: Fix Build on C89 Compilers

This file now uses round(), which was not available until C99, so include
fallback-c89.c instead of math.h, which includes math.h and does a fallback
implementation of round().
gtk/gtkswitch.c